home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 4 / The Arsenal Files 4 (Arsenal Computer).ISO / clarion / disabl.exe / README.TXT < prev    next >
Text File  |  1995-01-05  |  847b  |  26 lines

  1. This is an example of:
  2. ======================
  3. =Disable a button (or menu item).
  4.  
  5. =Allowing only one instance of a child window to open.
  6.  
  7. =Using the button to bring an already opened child
  8.  window to the front.
  9.  
  10. "Browse By Last Name" shows the button being disabled
  11.  when child window is opened.
  12.  
  13. "Browse By Company" shows the button NOT being disabled,
  14.  but allowing only one instance of the child.  It will
  15.  also bring that window to the front if other windows
  16.  are opened when button is pressed.  (Open "Browse By
  17.  Last Name" then open"Browse By Company", click the
  18.  mouse on "Browse by Last Name", then press the "Browse
  19.  By Company" button.  Note how the "Browse by Company
  20.  Window comes to the front).
  21.  
  22. "Browse By Date" is how the standard button works without
  23.  embeded code.
  24.  
  25. =See Global and Embeds to see the code.
  26.